home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / frame_43 / DoAction.as
Encoding:
Text File  |  2001-10-27  |  525 b   |  14 lines

  1. n = "0";
  2. while(n < "20")
  3. {
  4.    n += "1";
  5.    duplicateMovieClip("bgbox","bgbox" add n,n + "200" + 16384);
  6.    setProperty("bgbox" add n, _X, (n + "10") * boxw + temp2);
  7.    setProperty("bgbox" add n, _Y, "10" * boxh);
  8.    set("x" add (n + "10") add "y10",temp1);
  9.    duplicateMovieClip("bgbox","bgbox" add (n + "30"),n + "200" + "30" + 16384);
  10.    setProperty("bgbox" add (n + "30"), _X, (n + "20") * boxw + temp2);
  11.    setProperty("bgbox" add (n + "30"), _Y, "20" * boxh);
  12.    set("x" add (n + "20") add "y20",temp1);
  13. }
  14.